home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-01-05 | 2.4 KB | 165 lines | [TEXT/MMCC] |
- /*
- Copyright © 1993,1994 by Fabrizio Oddone
- ••• ••• ••• ••• ••• ••• ••• ••• ••• •••
- This source code is distributed as freeware: you can copy, exchange, modify this
- code as you wish. You may include this code in any kind of application: freeware,
- shareware, or commercial, provided that full credits are given.
- You may not sell or distribute this code for profit.
- */
-
- #include "BalloonTypes.r"
-
- resource 'hdlg' (300, purgeable) {
- HelpMgrVersion,
- 0,
- hmDefaultOptions,
- 0,
- 0,
-
- HMSkipItem { }, /* item -1:Missing dialog items */
- {
-
- HMStringResItem { /* item 1:ok */
- {0,0},
- {0,0,0,0},
- 1100,1,
- 0,0,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 2:cancel */
- {0,0},
- {0,0,0,0},
- 1100,2,
- 0,0,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 3:recalc */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,3,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,4,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,5,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,6,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,7,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,8,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,9,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,10,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,11,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,12,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,13,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,14,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 11:good disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,15,
- 0,0,
- 0,0
- },
- HMSkipItem { },
- HMSkipItem { },
- HMSkipItem { },
- HMSkipItem { },
- HMSkipItem { },
- HMSkipItem { },
- HMSkipItem { },
- HMSkipItem { },
- HMSkipItem { },
- HMSkipItem { },
- HMSkipItem { },
- HMSkipItem { },
- HMStringResItem { /* item 12:bad disks */
- {0,0},
- {0,0,0,0},
- 0,0,
- 1100,16,
- 0,0,
- 0,0
- }
- }
- };
-
-